github.com/gotd/td/telegram.Client.tg (field)
9 uses
github.com/gotd/td/telegram (current package)
auth.go#L11: c.tg, c.rand, c.appID, c.appHash,
auth.go#L18: c.tg,
cfg.go#L36: cfg, err := c.tg.HelpGetConfig(ctx)
client.go#L66: tg *tg.Client // immutable
client.go#L218: c.tg = tg.NewClient(c.invoker)
invoke.go#L19: return c.tg
self.go#L15: users, err := c.tg.UsersGetUsers(ctx, []tg.InputUserClass{&tg.InputUserSelf{}})
send_message.go#L20: updates, err := c.tg.MessagesSendMessage(ctx, req)
transfer.go#L12: export, err := c.tg.AuthExportAuthorization(ctx, dcID)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |